/******************************************************************************
 *
 * Copyright (c) 2015 Qualcomm Technologies, Inc.
 * All rights reserved.
 * Qualcomm Technologies, Inc. Confidential and Proprietary.
 *
 ******************************************************************************
 */

SuiteTestServer - Release Notes

---------------------------------------
02/264/2015
---------------------------------------
MultiDut_1Proc_MultiThrdSuiteClient (1.0.0.2)
	- Updated project to use QMSL6.1 source and libraries


---------------------------------------
11/24/2014
---------------------------------------

Suite Test Manager (1.0.0.2)
	- Add interface which allows adding configuration or technology specific path loss.
		- DLL exported interface "stm_load_multiple_config_rf_net_loss"

Suite Test Server and Interface (source folder)
	- Add interface which allows adding configuration or technology specific path loss.
		- DLL exported interface "sti_load_multiple_config_rf_net_loss"
		- COM interface (27) "LoadMultipleConfigRfNetLoss"

---------------------------------------

---------------------------------------
11/06/2014
---------------------------------------

MultiDut_1Proc_MultiThrdSuiteClient (1.0.0.1)
	- Add version number to the tool.
	- Add sections "Environment" and "Settings" to the conifg.ini.
	- Execution now requires an argument, the path and file of the config.ini.
	- Add demo code to talk to the DUT once the manager unloads the DLL.
		- This is to demonstrate that phone resources are released when DLL is unloaded.
	- Add a Microsoft compiled help file which describes the software interfaces.

Suite Test Manager (1.0.0.1)
	- Add version number to the tool.
	- When adding a reference library, the path of the library is also store as an environment variable.
	- Fix crash bug when adding station config item.
	- Add a Microsoft compiled help file which describes the software interfaces.

Suite Test Server and Interface (source folder)
	- Add the ability for the user to request the server to reload the XML database files.
		- Reload can be necessary if any of the database XML files changes after the server has been launched.
		- "LoadDatabaseConfiguration"
	- Add a Microsoft compiled help file which describes the software interfaces.
	- Removed unused SuiteTestServer solution and projects.

---------------------------------------

